home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Development / REALbasic 2006 (demo).dmg / .Trashes / 501 / Release Notes.txt < prev    next >
Text File  |  2006-01-10  |  54KB  |  1,155 lines

  1. Key: [Opt] = Optimization
  2.      [Fix] = Bug Fix
  3.      [Afx] = Alpha or Beta fix.  Fix for a problem recently
  4.              introduced. 
  5.      [Imp] = Improvement on bug, but problems may still exist
  6.      [New] = New Feature
  7.      [Chg] = Changes Previous Functionality
  8.      [Kis] = Known Issue
  9.      [Wrk] = WorkAround
  10.      [WrB] = WorkAround broken as a result of bug fix.
  11.      [Nlr] = No Longer Reproducible, Reason Unknown.
  12.              Usually a consequence of some other fix.
  13.      [Tip] = Insight into the design of a feature, suggests
  14.              possible uses.
  15.      [Nte] = Note
  16.      [Dep] = Deprecated
  17.      [Pat] = Describes a backwards compatibility issue.
  18.      [Ref] = Major refactoring, functionality should be identical
  19.              to previous.
  20.  
  21. 2006 Release 1fc4
  22.  
  23. [Afx] [IDE] Compiling: No longer causes a failed assertion when            building a packaged application that already            exists.(Feedback ID: fbczdprz)
  24.  
  25. 2006 Release 1fc4
  26.  
  27. [Afx] [Win] Code Editor: Now allows Ctrl-Insert, Ctrl-Home, Ctrl-End,
  28.             and Ctrl-Enter again for their various functions.
  29.  
  30. [IDE] [IDE] IDE Scripts: Now has a menu bar so that you can save, close
  31.             and do editing operations.(Feedback ID: nulgxwfj)
  32.  
  33. [IDE] [IDE] IDE Scripts: Now save with the proper extension by default
  34.             on Windows (instead of with .xml).  Also, now filters .rbs
  35.             files as appropriate.(Feedback ID: aqiomnbz)
  36.  
  37. [Afx] [IDE] IDE Scripts: The DoShellCommand now functions properly on
  38.             Windows.
  39.             
  40.             
  41. 2006 Release 1fc3
  42.  
  43. [Afx] [All] Code Editor: Widnows and Linux now allows Ctrl+Arrow Keys
  44.             for navigating code. Was broken in a previous
  45.             alpha.(Feedback IDs: drmbsccl, wrtulspg)
  46.  
  47. [Afx] [IDE] Debugger: Now shows variables and properties whose type is
  48.             an interface.(Feedback IDs: visqjnay, rlmnlidf)
  49.  
  50. [Afx] [OSX] Dynamic Constants: Now work on OS X.(Feedback ID: bnhxtqom)
  51.             
  52. [Afx] [IDE] Structures: No longer cause failed assertions when declaring 
  53.             a structure with an array inside of it whose ubound is less
  54.             than 0.
  55.  
  56. [Afx] [All] Threads: No longer leak like a sieve.(Feedback IDs:
  57.             dmqjgjak, aqoqbhwu)      
  58.             
  59. 2006 Release 1fc2
  60.  
  61. [Chg] [Car] Built Application: The CFBundleDevelopmentRegion is now
  62.             included in the property list. This value is based on the
  63.             Language popup in the build settings dialog. If Default is
  64.             used, the current language of the machine is used in this
  65.             entry. If another language is chosen, that language is
  66.             used.(Feedback IDs: siccbwgy, gwjzgbni)
  67.  
  68. [Fix] [IDE] Code Editor: Keyboards that use the Alt+Gr combination to
  69.             input certain characters now works in the code
  70.             editor.(Feedback IDs: zdpefjsx, crbtxfgd)
  71.  
  72. [Afx] [Win] Compiler: Methods containing variables whose type is a
  73.             structure larger than 64 bytes no longer crash on entry
  74.             (broken in fc1).(Feedback ID: xttneqsp)
  75.  
  76. [Fix] [Win] Compiler: Structure.StringValue no longer fails to swap
  77.             endianness for certain fields when big-endian values are
  78.             requested from a little-endian system.(Feedback ID:
  79.             oujlckib)
  80.  
  81. [Afx] [All] Compiler: When a function in a module tries to return a
  82.             structure, the compiler now reports an error message
  83.             instead of failing assertions in the code
  84.             generator.(Feedback ID: byvfaqwe)
  85.  
  86. [Afx] [IDE] Debugger: No longer catched ThreadEndExceptions when you
  87.             quit a threaded-application with Break on Exceptions set to
  88.             true.(Feedback ID: fglinsao)
  89.  
  90. [Fix] [IDE] Icon Editor: You can now add icons via a contextual menu
  91.             click on the appropriate icon pane.(Feedback ID: brhilaes)
  92.  
  93. [Afx] [All] Interfaces: Interfaces that define an Operator_Convert can
  94.             now be converted again.(Feedback IDs: sgwvbrfv, hmwrotya)
  95.  
  96. [Fix] [Lnx] ListBox: Selected rows no longer disappear when listbox is
  97.             disabled.(Feedback ID: bdqmpqba)
  98.  
  99. [Afx] [Mac] Listbox: Thin dotted lines are now drawn again on the
  100.             Mac(Feedback IDs: guwtybqh, eesgnrgs)
  101.  
  102. [Imp] [Win] PrinterSetup: No longer crashes on Windows in most cases.
  103.             The sample still shows a crash after a much more extended
  104.             period, but the fix is unlikely to be safe for 2006r1. A
  105.             workaround on the bug has been added to prevent this
  106.             problem from affecting your applications.(Feedback IDs:
  107.             lwlierco, hagzejij)
  108.  
  109. [Afx] [All] Shared Properties: No longer cleaned up when a class is
  110.             destructed. This would result in crashes in certain
  111.             circumstances.(Feedback IDs: nmnntkop, fhemkier)
  112.             
  113.             
  114. 2006 Release 1fc1
  115.  
  116. [All] [All] Arrays: Failed assertions in dump.cpp no longer occur after
  117.             releasing a reference to an array which has been cast to an
  118.             array of a superclass of the original element type.
  119.  
  120. [IDE] [IDE] Autocomplete: Now autocompletes extension methods(Feedback
  121.             IDs: eeouxnjv, tbphhnwu)
  122.  
  123. [Fix] [All] Compiler: A syntax error no longer occurs when you attempt
  124.             to look up the AddressOf a module method using its
  125.             qualified name.(Feedback ID: thezshtq)
  126.  
  127. [All] [All] Compiler: Getting the value of an element of an array in a
  128.             structure no longer causes a crash whenever the array
  129.             contains any type other than a structure.
  130.  
  131. [Afx] [Win] Compiler: No longer fails assertions in CGIA32.cpp when both
  132.             terms of an expression involve Int8 or Int16 values.
  133.  
  134. [Afx] [IDE] Compiler: No longer stomping on IA32 registers when loading
  135.             an Int64 property from the self object.(Feedback IDs:
  136.             tlaspuyv, fmdkkgbx)
  137.  
  138. [Afx] [Car] Dynamic Constants: If the default value is an empty string,
  139.             it no longer returns the name of the constant instead of an
  140.             empty string in the case that a localized value cannot be
  141.             found.(Feedback IDs: kjrlcjnm, hborocos)
  142.  
  143. [Fix] [IDE] Items on the command bar overflow menu (which comes up when
  144.             you click the chevron at the right side of a command bar)
  145.             are no longer permanently enabled, whether they apply to
  146.             the current project item or not.(Feedback ID: hjttmyfx)
  147.  
  148. [Afx] [All] ListBox.CellClick: Returning true from the CellClick event
  149.             no longer causes the app to not terminate.
  150.             
  151.             This should also fix the issue where the IDE would not
  152.             quit.(Feedback ID: ejgpwlts)
  153.  
  154. [Afx] [All] MemoryBlock: Now sets values < 32 bits properly when
  155.             needing to do byte swapping.  Broke in earlier alpha when
  156.             refactoring for the new data types.(Feedback IDs: tmkjixad,
  157.             xmuzrkhz)
  158.  
  159. [Fix] [All] XML: No longer crashing due to a nil string in various
  160.             parts of the XML plugin (such as XmlReader.Base).(Feedback
  161.             ID: wdwrtzje)
  162.             
  163.             
  164. 2006 Release 1b5
  165.  
  166. [Afx] [IDE] BevelButton: All BevelButtons in the IDE are now shows with
  167.             their proper captions (instead of showing Untitled).  This
  168.             only affected BevelButtons in the IDE (not in your built
  169.             applications).(Feedback ID: lztnqazm)
  170.  
  171. [Afx] [Win] BevelButton: No longer destroying the mask of a
  172.             BevelButton's icon.  Note that this affects a previous bug
  173.             fix for properly showing the disabled state of a
  174.             BevelButton.  If your icon has a mask property set, then
  175.             you are required to set your own disabled look and feel. 
  176.             However, if your icon has no mask, then RB will grey the
  177.             icon out for you when the BevelButton is disabled.(Feedback
  178.             IDs: bpvneofw, qmqnyybk)
  179.  
  180. [Fix] [IDE] Code Editor: No longer flickers while typing(Feedback IDs:
  181.             nfhyhsbs, ntsqgklh)
  182.  
  183. [Afx] [IDE] Code Editor: \"Add Note\" command is no longer permanently
  184.             disabled in the code editor.(Feedback ID: bebtpzvm)
  185.  
  186. [Afx] [X86] Compiler: A structure's fields are no longer scrambled when
  187.             it is passed as a ByVal parameter.(Feedback ID: aqzykmqm)
  188.  
  189. [IDE] [IDE] Compiler: Negation operator works for all integer types,
  190.             not just Int32.
  191.  
  192. [IDE] [IDE] Compiler: The compiler no longer complains when a
  193.             ParamArray is specified as an array type, instead of as an
  194.             element type.
  195.  
  196. [Fix] [IDE] Compiler: The compiler no longer fails an assertion in
  197.             datatypes.cpp when a parameter is erroneously specified as
  198.             both ParamArray and ByRef.(Feedback ID: divmcinf)
  199.  
  200. [Afx] [IDE] Constants listbox, structures li: Now allows you to delete
  201.             the last row (not the + row to add a new field) using the
  202.             keyboard.(Feedback IDs: vkxrvngv, gyiinvoz)
  203.  
  204. [IDE] [IDE] Debugger: Looking at the contents of a structure in the
  205.             debugger, when the structure has a string field, no longer
  206.             causes the debug app to crash.
  207.  
  208. [All] [All] Hex: Calls to Hex, Bin, and Oct are no longer considered
  209.             ambiguous when the parameter is a Single or
  210.             Double.(Feedback ID: uzhywggr)
  211.  
  212. [Afx] [IDE] IDE Menus: Can now make a new Note again.(Feedback IDs:
  213.             kxqjzjpn, ydmtziao)
  214.  
  215. [Fix] [IDE] Project Item Editor, Menu Editor: Now supports the
  216.             Alt+Enter keyboard shortcut on Windows and Linux to set
  217.             focus to the properties for the currently selected
  218.             item.(Feedback IDs: wwiftlsi, tksdgbvr)
  219.  
  220. [Afx] [All] RbScript: No longer tries to look up the old version of the
  221.             Str function, causing a failed assertion at
  222.             RbScriptInterface.cpp:180.(Feedback ID: rccnfcad)
  223.  
  224. [Chg] [All] REALSQL Database: Upgraded to SQLite 3.2.8.
  225.  
  226. [Fix] [Win] REALSQL Database:Fixed a bug on Windows that caused new
  227.             database files to have ".xml" appended to their names in
  228.             certain situations.
  229.  
  230. [All] [All] SSLSocket: The implementation of the SSL Socket has been
  231.             reverted to be the same as REALbasic 2005r4.  This new
  232.             version will be reintroduced during the alpha/beta process
  233.             of REALbasic 2006r2.
  234.  
  235. [Afx] [IDE] Structures listbox, enums listbo: Hitting Enter to commit
  236.             an edit does not automatically edit the next row.(Feedback
  237.             IDs: qpbkzvwe, cipcdsut)
  238.  
  239.             
  240. 2006 Release 1b4
  241.  
  242. [All] [All] Compiler: No longer fails an assertion in FunctionCalls.cpp
  243.             when handling an overloaded extension method.(Feedback ID:
  244.             kdckxtwm)
  245.  
  246. [IDE] [IDE] Strings: Str function no longer switches to scientific
  247.             notation for integer values, regardless of their size.
  248.  
  249. [All] [All] Variant: IsNumeric returns true for Int64, UInt64, and
  250.             Single.
  251.  
  252. [Afx] [All] Variants: The StringValue of an Int64 containing zero no
  253.             longer has a leading negative sign.(Feedback ID: nrrnbktz)
  254.  
  255. [Afx] [OSX] Spotlight: using spotlight no longer cause launch failure
  256.             of a built application.
  257.  
  258. 2006 Release 1b3
  259.  
  260. [IDE] [IDE] Code Editor: The \"Project > Add\" menu no longer enables
  261.             all menu items which are not also present on the code
  262.             editor's command bar, thereby allowing you to add things in
  263.             inappropriate places (structures in classes, properties in
  264.             interfaces, and so on).(Feedback ID: ltrhaitb)
  265.  
  266. [Afx] [IDE] Code Editor: \"Comment\" toolbar command is no longer
  267.             inappropriately enabled when editing structures and
  268.             enumerations.(Feedback ID: jtubtzar)
  269.  
  270. [Afx] [All] Compiler: Apps no longer sometimes crash or otherwise
  271.             behave oddly after assigning values to fields of a
  272.             structure contained in an object instance
  273.             property.(Feedback ID: jmlpbrix)
  274.  
  275. [Afx] [IDE] Compiler: No longer crashes instead of reporting a proper
  276.             error when attempting to create an instance of a
  277.             nonexistent class (broken in b2).(Feedback ID: zuokurla)
  278.  
  279. [All] [All] Compiler: No longer reports a bogus undefined-operator
  280.             error when using arithmetic on 8- or 16-bit integers.
  281.  
  282. [IDE] [IDE] Debugger: Structure contents now show up in the debugger's
  283.             variables pane.(Feedback ID: afqrstxp)
  284.  
  285. [IDE] [IDE] Debugger: The last few digits of a value at the extreme end
  286.             of an Int64's or UInt64's range are no longer garbled when
  287.             using decimal format.
  288.  
  289. [X86] [X86] Debugger: Viewing a 64-bit integer no longer causes the
  290.             debugger to crash (broken in b2).(Feedback ID: fkxxrbzr)
  291.  
  292. [All] [All] RbScript: Print and Input events no longer fire in the
  293.             wrong script object when more than one script is running
  294.             at a time.(Feedback ID: htzidcua)
  295.  
  296. [All] [All] RbScript: Scripts that call intrinsic math & string
  297.             functions no longer crash or otherwise behave in unexpected
  298.             ways. (broken in R2 or R3)
  299.  
  300. [All] [All] Strings: The CStr function no longer returns a blank string
  301.             when its argument is an Int64 or UInt64. 
  302.  
  303. [Afx] [All] Variant: The Int64Value and UInt64Value methods no longer
  304.             return results divided by 2^32.(Feedback ID: pyplqoke)
  305.  
  306. [IDE] [IDE] Variant: The StringValue function no longer returns an
  307.             empty string when the variant contains an Int64 or UInt64
  308.             value (VarType = 3).
  309.             
  310.             
  311. 2006 Release 1b2
  312.  
  313. [Afx] [IDE] Compiler: Ambiguous overloading errors no longer occur when
  314.             you try to call an event or private method which shadows an
  315.             inherited method.(Feedback ID: blqxfzts)
  316.  
  317. [Afx] [IDE] Compiler: No longer fails an assertion in FunctionCalls.cpp
  318.             when you erroneously invoke an instance method using its
  319.             class' name instead of an object expression.(Feedback ID:
  320.             nfaaesbs)
  321.  
  322. [All] [All] Compiler: Not-equals operator no longer returns true,
  323.             regardless of the values involved, whenever one of the
  324.             operands is an Int64 or UInt64.
  325.  
  326. [Afx] [IDE] Compiler: Now honors the new version information added in
  327.             a2 for Win32 builds.(Feedback IDs: uwrrkvdz, abyhjper)
  328.  
  329. [Afx] [IDE] Debugger: Int16 and Int8 variables no longer show up
  330.             incorrectly when they contain negative numbers.(Feedback
  331.             ID: fsfufdrk)
  332.  
  333. [Afx] [IDE] Debugger: Int64 and UInt64 variables show up in the
  334.             debugger.(Feedback ID: nacnpebe)
  335.  
  336. [All] [All] Language: CLong joins CDbl and Val as a way to convert text
  337.             to a number; it accepts a string in decimal, hex, octal, or
  338.             binary format (using &h, &o, or &b as appropriate) and
  339.             returns its value as an Int64.
  340.  
  341. [All] [All] Language: Enum values must be cast explicitly to integer
  342.             types; there is no longer an implicit conversion.
  343.  
  344. [Chg] [All] REALSQL Database: The WHERE clause that gets created for
  345.             a RecordSet.Update statement now only contains rowid
  346.             (instead of all of the values that were in the initial
  347.             SELECT statement that created the RecordSet).
  348.  
  349. [Kis] [All] REALSQL Database: There is a bug in SQLite that prevents
  350.             queries with aggregate functions from failing when there
  351.             is no GROUP BY clause. Consequently, you can create a
  352.             RecordSet from a query that includes an aggregate function
  353.             and you will not get an error. Due to the change to the
  354.             WHERE clause for RecordSet.Update, this can result in
  355.             unpredictable behavior if you attempt to edit one of these
  356.             illegal RecordSets. Do not edit RecordSets that have been
  357.             created from queries that contain aggregate functions. In
  358.             the future, the REAL SQL Database may be able to detect
  359.             this problem.
  360.  
  361. [Chg] [All] SSL Socket: Previously mentioned SSL Socket fixes should
  362.             now be included.            
  363.  
  364. [All] [All] Variant: New accessors Int32Value, UInt32Value, Int64Value,
  365.             UInt64Value, and SingleValue let you explicitly convert a
  366.             variant to their respective datatypes.
  367.  
  368.  
  369. 2006 Release 1b1:
  370.  
  371. [Dep] [All] BinaryStream: Deprecated the ReadLong, ReadShort, ReadByte,
  372.             WriteLong, WriteShort and WriteByte methods in favor of the
  373.             new data-type specific methods.(Feedback ID: kwsmgwqw)
  374.  
  375. [New] [All] BinaryStream: Now supports all the new data types in the
  376.             form of ReadXXX and WriteXXX (where XXX is the new data
  377.             type).  ie) ReadInt8 and WriteUInt64, etc.
  378.  
  379. [Fix] [IDE] Code Editor: variables declared as part of a "for each"
  380.             statement now autocomplete properly.(Feedback IDs:
  381.             tnqxxfep, xevunuks)
  382.  
  383. [Afx] [All] Compiler: Apps that assign hex values to variants no longer
  384.             fail on startup (with an assertion or an OS loader
  385.             error).(Feedback ID: coedmbie)
  386.  
  387. [Afx] [All] Compiler: Constant folding works for unsigned and 64-bit
  388.             integer expressions.(Feedback ID: aikrduig)
  389.  
  390. [All] [All] Compiler: Enum constants no longer lose their types when
  391.             the same value is used elsewhere in the program.(Feedback
  392.             ID: ocrziyao)
  393.  
  394. [IDE] [IDE] Compiler: No longer fails to report an error when an object
  395.             reference is supplied as an argument for a parameter which
  396.             expects an array of the object's superclass.(Feedback ID:
  397.             srtteili)
  398.  
  399. [Fix] [IDE] Compiler: No longer reports spurious ambiguous overloading
  400.             errors when calling a method overloaded at different levels
  401.             of its class hierarchy.(Feedback IDs: jeytxjpn, drlfnyhw)
  402.  
  403. [X86] [X86] Compiler: Once again generates working code for
  404.             single-to-double and double-to-single floating-point
  405.             conversions.
  406.  
  407. [IDE] [IDE] Compiler: Sort and SortWith do not make the erroneous claim
  408.             that arrays of Int8, UInt8, Int16, UInt16, UInt32, Int64,
  409.             and UInt64 cannot be sorted.
  410.  
  411. [IDE] [IDE] Compiler: The overloading algorithm no longer reports
  412.             spurious ambiguous-overloading errors in some situations
  413.             where more than two methods would satisfy a given call.
  414.  
  415. [IDE] [IDE] Compiler: You can overload the array methods with Extends
  416.             methods.(Feedback ID: jcacuirr)
  417.  
  418. [Fix] [IDE] Constants: No longer generate an internal error when you
  419.             enter an invalid constant value (e.g., "&40" for a numeric
  420.             constant).(Feedback ID: dyrgkygo)
  421.  
  422. [Fix] [Win] Date: Doing date math on Windows now gives proper results
  423.             when setting negative values for any of the fields (except
  424.             years, which must always be absolute).(Feedback ID:
  425.             bbebqsxi)
  426.  
  427. [IDE] [IDE] Language: It is now possible to typecast from an enum type
  428.             to a simple integer type, or from one integer type to
  429.             another, as long as both types are the same size.
  430.  
  431. [New] [All] MemoryBlock: Now supports the new integer data types.
  432.  
  433. [Fix] [IDE] Remote Debugging: The IDE now uses the preferences pane to
  434.             determine which IP address the IDE is on when remote
  435.             debugging.
  436.  
  437. [New] [IDE] Search Results: Copying the search results now includes the
  438.             data from the "Match" column, which shows where the match
  439.             occurred in text form, with the matched part indicated in
  440.             square brackets.(Feedback IDs: frpzbnyk, mkijbdwv)
  441.  
  442. [New] [IDE] Search Results: The "Match" column is now
  443.             sortable.(Feedback IDs: vldkzbol, ujbqfoug)
  444.  
  445. [Afx] [IDE] Structures: Structure editor no longer gets confused by
  446.             declare types.(Feedback ID: eeucoepw)
  447.  
  448. [All] [All] Structures: Structure fields are no longer padded to the
  449.             natural alignment for their type; this lets you create
  450.             matching declarations for structures which were not
  451.             originally defined using natural alignment. 
  452.  
  453. [Afx] [IDE] Structures: The compiler reports an error when a structure
  454.             tries to contain an instance of itself (a field with the
  455.             containing structure's type), and the editor no longer
  456.             chokes.(Feedback ID: gczmytuo)
  457.             
  458.  
  459. 2005 Release 5a4:
  460.  
  461. [Fix] [IDE] Autocomplete: Now autocompletes mouse cursors.
  462.  
  463. [Afx] [IDE] Code Editor: Now lets you edit code in editors which are
  464.             opened on the first launch of the IDE.(Feedback ID:
  465.             oouncnil)
  466.  
  467. [Fix] [X86] Compiler: Fixed a strange problem in the IA32 backend which
  468.             would generate incorrect code for comparisons and certain
  469.             arithmetic operations.(Feedback ID: upsnafuv)
  470.  
  471. [Fix] [All] Compiler: REALbasic no longer crashes when compiling a
  472.             program containing a method with an optional ByRef
  473.             parameter; instead it properly reports an error.(Feedback
  474.             ID: ghmedwye)
  475.  
  476. [Afx] [IDE] Declaration Pane: Now has proper keyboard mnemonics for the
  477.             new Dynamic checkbox in the constants editor.(Feedback IDs:
  478.             yzxjtyvy, cihflfdk)
  479.  
  480. [Afx] [IDE] Declaration Pane: Properties are no longer described as
  481.             "Functions" in the declaration pane.(Feedback ID: zaalgify)
  482.  
  483. [Afx] [IDE] Declaration Pane: The Type buttons for constants are no
  484.             longer disabled incorrectly.(Feedback IDs: aqgiirgv,
  485.             zimhwjvh)
  486.  
  487. [Fix] [IDE] File Types Editor: Now has resizeable columns in its
  488.             ListBox.(Feedback IDs: uyijjidk, vbxwutkl, ymaqufzr)
  489.  
  490. [Chg] [IDE] Find dialog: Now always gives the focus to the \"Find\"
  491.             field when it appears, even if it was last left with the
  492.             focus in the \"Replace With\" field.(Feedback ID: urfrrriv)
  493.  
  494. [Chg] [OSX] Graphics.DrawPicture: Now interpolates much better when
  495.             drawing with Quartz (i.e., when graphics.UseOldRenderer =
  496.             False).(Feedback IDs: zvimwdpv, otqbhdwb)
  497.  
  498. [New] [IDE] IDE Scripting: Now supports several new methods; see the
  499.             IDE Scripting Read Me for details.
  500.  
  501. [Kis] [IDE] IDE Scripting: The new \"RunScript\" command (within IDE
  502.             scripts) may crash the IDE.  We hope to get that fixed soon.
  503.  
  504. [New] [IDE] IDE Scripting: There is now an \"IDE Scripts\" submenu
  505.             under the File menu.  This contains the \"New IDE Script\"
  506.             command, but also lists any script files (ending in
  507.             \".rbs\") found in a \"Scripts\" folder next to the IDE, or
  508.             next to the current project.  Selecting one of these items
  509.             executes the script; or if you hold down a modifier key,
  510.             then it opens it in the script editor.
  511.  
  512. [New] [All] Language: REALbasic offers enumerated constant types. You
  513.             can add an enumeration to a module using Project > Add or
  514.             by customizing the module toolbar to include the \"Add
  515.             Enumeration\" command. The enumeration's name is a new
  516.             datatype, and its contents are new constants within the
  517.             enumeration's namespace. Constant values start at zero, and
  518.             each constant is one greater than the previous item, unless
  519.             you specify a value manually by entering \"name = value\"
  520.             instead of simply \"name\". (Feedback ID: ojgskvye)
  521.  
  522. [New] [All] Language: The \"Size\" and \"StringValue\" items documented in
  523.             \"Read Me - Structures\" do not work yet; they will be
  524.             implemented in a future alpha.
  525.  
  526. [New] [All] Language: You can now create structure datatypes in
  527.             REALbasic; open a module and go to Project > Add >
  528.             Structure. See \"Read Me - Structures\" for more complete
  529.             information.(Feedback ID: rnqwssir)
  530.  
  531. [Fix] [IDE] Project Item Editor: Now updates the state of the encrypted
  532.             badge when decrypting an item.(Feedback ID: bsefhkwv)
  533.  
  534. [Chg] [IDE] Properties List: The \"Source\" property of an RBScript
  535.             instance now has an ellipsis button, allowing you to enter
  536.             more than one line of source within the window
  537.             editor.(Feedback ID: kylwympl)
  538.  
  539. [New] [IDE] rbidescript: This new open-source command-line tool allows
  540.             you to automate the IDE from the command line shell (or, by
  541.             using the communications module in your own code, from your
  542.             own REALbasic app).  See the ReadMe file included with the
  543.             download for more information.(Feedback ID: firrwxjm)
  544.  
  545. [All] [All] Shared Methods and Properties: Calling a method on an
  546.             instance now doesn't cause a compiler error.
  547.  
  548. [All] [All] Shared Properties: Shared Properties with default values,
  549.             or that are an array, are now initialized properly.
  550.  
  551. [Afx] [All] SSL Socket: Now no longer causes build errors.(Feedback ID:
  552.             ygzxisyv)
  553.             
  554.             
  555. 2005 Release 5a3:
  556.  
  557. [Fix] [Win] ActiveX: Setting the Left/Top/Width/Height of an ActiveX
  558.             control, that already contains such properties itself (like
  559.             the WebBrowser ActiveX control), now work
  560.             properly.(Feedback ID: ujuclotx)
  561.  
  562. [All] [All] Compiler: Compiler once again generates correct PowerPC
  563.             code for single-to-double and double-to-single
  564.             floating-point conversions.(Feedback ID: yutzqqzv)
  565.  
  566. [Fix] [All] ConsoleApplication: Now has SleepCurrentThread, just like
  567.             the Application class has.
  568.  
  569. [Fix] [Lnx] Controls: REALSetControlFocus now works properly for custom
  570.             widgets.(Feedback ID: olkmrulw)
  571.  
  572. [OSX] [OSX] FolderItem: The Visible property now returns values based
  573.             on Launch Services when available. This means Visible will
  574.             return false for files that begin with a \\".\\", and other
  575.             files the system thinks should not be visible.
  576.  
  577. [All] [All] Language: Added \"RaiseEvent\" which can be used to call an
  578.             event. This is particularly useful if you have a method and
  579.             an event with the same name. Example:
  580.             
  581.             RaiseEvent SomeEvent
  582.             return RaiseEvent SomeEvent2(parameters)
  583.  
  584. [Afx] [All] ListBox: DragExit event now fires when a drag leaves the
  585.             listbox(Feedback IDs: aqdyirzj, fnucstkl)
  586.  
  587. [Fix] [Lnx] RectControl.KeyDown: The key parameter in the KeyDown event
  588.             now reports keypad numbers correctly.(Feedback ID: dlesgcbk)
  589.  
  590. [Fix] [Win] RectControl.KeyDown: "Dead" keystrokes are now translated
  591.             properly.(Feedback ID: nlocjtuj)
  592.  
  593. [All] [All] RuntimeException: A new property \\"Stack() as String\\"
  594.             contains a list of all of the methods in the stack from the
  595.             main entrypoint to the point at which \\"raise\\" was
  596.             invoked. The first element (0) contains the current
  597.             function works up the call stack from there. This feature
  598.             only works if the \\"Include Function Names\\" feature is
  599.             enabled.(Feedback ID: qqwjvafy)
  600.             
  601. [Fix] [All] REALSQLDatabase: Fixed a bug with opening databases on
  602.             Windows when there were non-ASCII characters in the path
  603.             leading to the database file (or in the database file's
  604.             name itself).
  605.             
  606. [Chg] [All] REALSQLDatabase now inserts '0' for 'false' and '1' for
  607.             'true' when using the BooleanColumn methods of
  608.             DatabaseRecords and RecordSets.
  609.  
  610.  
  611. 2005 Release 5a2:
  612.  
  613. [Fix] [IDE] AppleScripts: Now import properly (as scripts rather than
  614.             raw data) even if they don't end in a ".scpt"
  615.             extension.(Feedback ID: mqxxlkgx)
  616.  
  617. [Fix] [All] Arrays: SortWith now works properly with arrays that are
  618.             "upcasted" from one element type to another.(Feedback ID:
  619.             dlaywauh)
  620.  
  621. [Fix] [IDE] Autocomplete: Now autocompletes more reliably, especially
  622.             in the context of a Window.(Feedback ID: kserjzdg)
  623.  
  624. [Afx] [IDE] Autocomplete: Now autocompletes the new integer data types.
  625.              As an extra added bonus, now autocompletes Nil as well.
  626.  
  627. [New] [All] BinaryStream, TextInputStream, T: Has a new getter
  628.             property: Handle( type as Integer ) as Integer where the
  629.             type can be any of the new HandleType* constants on the
  630.             class.  This property will return a handle of the property
  631.             type, or -1 if the handle type cannot be
  632.             retrieved.(Feedback ID: ydtprjxj)
  633.  
  634. [New] [All] BinaryStream, TextInputStream, T: Now has a Constructor:
  635.             Constructor( handle as Integer, type as Integer ), where
  636.             type is one of the HandleType* constants on the class, and
  637.             handle is the appropriate handle type specified by the type
  638.             parameter.  So, for instance, you can use a declare to open
  639.             a file up with whatever permissions you\'d like, and then
  640.             pass the Handle to a stream object\'s constructor.(Feedback
  641.             ID: eyllgykv)
  642.  
  643. [New] [All] BinaryStream, TextInputStream, T: Now has a set of
  644.             constants for use with the Constructor and Handle property.
  645.              The constants are as follows:
  646.             
  647.             HandleTypeWin32Handle = 1  // A Win32 OS HANDLE
  648.             HandleTypeFilePointer = 2  // A FILE *
  649.             HandleTypeFileNumber = 3   // A file descriptor
  650.             HandleTypeMacFileRefNum = 4  // A file reference number
  651.             HandleTypeMacFileSpecPointer = 5  // An FSSpec *(Feedback
  652.             ID: kdcpfhzl)
  653.  
  654. [Fix] [Lin] Clipboard: Getting/setting pictures on the clipboard now
  655.             works across processes (requires GTK+ 2.6 or
  656.             better).(Feedback ID: llcpxlwl)
  657.  
  658. [Fix] [IDE] Code Editor: Clear all breakpoints works properly
  659.             again.(Feedback ID: aqrcdsbi)
  660.  
  661. [Fix] [IDE] Code Editor: Now correctly matches multiple "catch"
  662.             sections within a "try" block.(Feedback IDs: chkkgiti,
  663.             ekoqliqh)
  664.  
  665. [Fix] [Win] ComboBox: Now gets the Text properly when you are querying
  666.             from the KeyDown event of an autocompleting
  667.             ComboBox.(Feedback ID: tblimgbi)
  668.  
  669. [New] [Win] Compiler: Added three new fields to the version information
  670.             stored on Windows.  InternalName (which is used if your
  671.             application has an internal vs external name -- and when
  672.             left blank, will simply be the same of the application
  673.             minus the .exe), CompanyName and ProductName (which means
  674.             you can have an executable name like winword.exe and a
  675.             product name of Microsoft Word).(Feedback ID: suabelyx)
  676.  
  677. [Afx] [All] Compiler: Code generators no longer inappropriately reuse
  678.             cached 32-bit intermediate values for 8- and 16-bit
  679.             integers.(Feedback ID: aqwjpron)
  680.  
  681. [New] [All] Compiler: New Int64 and UInt64 datatypes offer support for
  682.             64-bit integer arithmetic. (Feedback ID: iatmsfre)
  683.  
  684. [Fix] [All] Compiler: No longer fails to verify that an object whose
  685.             Operator_Compare method is about to be called is not nil
  686.             when the object came from a ByRef parameter or a simple
  687.             property of another object, referenced through the dot
  688.             operator.(Feedback ID: ndwcmcct)
  689.  
  690. [Afx] [Car] Compiler: No longer throws a failed assertion when a class
  691.             that implements an interface is placed on a
  692.             window.(Feedback ID: anksbxlr)
  693.  
  694. [Afx] [All] Compiler: Now honors default values of properties again.
  695.  
  696. [Fix] [Win] Compiler: Now properly sets the \"Description\" field in
  697.             the version resources on Windows.  Previously only set one
  698.             Description field (on the main tab) and not the one on the
  699.             version tab.(Feedback ID: visdkmwe)
  700.  
  701. [Afx] [IDE] Compiler: Now reports proper errors when accessing an
  702.             instance member from inside of a shared method or computed
  703.             property.(Feedback IDs: fhlkqarb, xwxjecec)
  704.  
  705. [New] [All] Compiler: Now supports a new pragma that allows you to
  706.             determine which calling convention a method will be
  707.             compiled with on x86.  This allows you to write callback
  708.             functions on Windows, which typically require the StdCall
  709.             calling convention.
  710.             
  711.             You use it like this:
  712.             #pragma X86CallingConvention StdCall | CDecl(Feedback ID:
  713.             mahawzux)
  714.  
  715. [All] [All] Compiler: Numeric literals outside the range of a 32-bit
  716.             integer used to be represented as 64-bit floats; they now
  717.             become 64-bit integers instead.
  718.  
  719. [Afx] [All] Compiler: 8- and 16-bit integer values are no longer mangled
  720.             when being passed as parameters or converted to
  721.             floating-point values.(Feedback ID: xgtkkbqf)
  722.  
  723. [Fix] [Lin] Controls: Setting the control focus in Window.Open now
  724.             works properly(Feedback ID: umomedtw)
  725.  
  726. [Fix] [Win] Debugger: No longer allows the destructors for static
  727.             objects to be called when Killing the application.  This
  728.             would manifest itself by throwing failed assertions when
  729.             you have running threads.
  730.  
  731. [Afx] [IDE] Debugger: No longer crashes when viewing integer types that
  732.             are not 0.(Feedback ID: bcvwazsm)
  733.  
  734. [Afx] [Win] EditField: Now checks the scrollbars property in the
  735.             correct fashion when determining whether to draw the
  736.             EditField in a theme-savvy manner or not.(Feedback IDs:
  737.             nugigdpi, zdzunoqq)
  738.  
  739. [Fix] [All] EmailMessage: Fixed a problem where some emails that had a
  740.             mime boundary in the header could have cause a stack
  741.             overflow exception when just the headers where
  742.             retrieved.(Feedback IDs: zcmslvmq, tlrnnuam)
  743.  
  744. [New] [All] Graphics: Added a new method to get the OS handle from a
  745.             Graphics object:  Handle( type as Integer ) as Integer
  746.             
  747.             The type parameter is defined by one of the new
  748.             Graphics.HandleType constants.  This method will return 0
  749.             if the handle type is not supported or available.(Feedback
  750.             IDs: asoojmdw, mwdsfmtk)
  751.  
  752. [New] [All] Graphics: Added four new constants to be used when getting
  753.             the handle from a Graphics object.  HandleTypeHDC = 1, gets
  754.             the HDC on Windows.  HandleTypeCGrafPtr = 2, gets the
  755.             QuickDraw CGrafPtr on Mac.  HandleTypeGdkDrawablePtr = 3,
  756.             gets the GdkDrawable * on Linux.  HandleTypeGdkGCPtr = 4,
  757.             gets the GdkGC * on Linux.(Feedback IDs: zkzduyzc, yrroacmm)
  758.  
  759. [Fix] [Lin] Graphics: Now supports drawing lines with different pen
  760.             sizes(Feedback ID: bexqdcsj)
  761.  
  762. [New] [IDE] IDE Scripting: The REALbasic IDE is now scriptable and
  763.             recordable on all platforms, using RBScript.  See the \"IDE
  764.             Scripting Read Me\" document for details.(Feedback ID:
  765.             fcekdtxn)
  766.  
  767. [New] [All] If either operand of an integer arithmetic expression is a 64
  768.             -bit value, the result will be a 64-bit value. If both operands
  769.             are 32 bits or smaller, the result  will be a 32-bit value.
  770.             If either operand of an arithmetic expression is signed,
  771.             the result will be signed; the result will only be unsigned
  772.             if both operands are unsigned.
  773.  
  774. [Fix] [Mac] Listbox: Cells that are checkboxes no longer draw past the
  775.             end of the listbox on the Mac.(Feedback ID: dllgiqwk)
  776.  
  777. [Win] [Win] Listbox: Now draws horizontal thin dotted lines
  778.             properly(Feedback ID: qwujmfrq)
  779.  
  780. [Fix] [Lin] Listbox: Now draws the hierarchical widget in its correct
  781.             color, instead of the color last set in the
  782.             CellBackgroundPaint event(Feedback ID: wmmwgjta)
  783.  
  784. [Fix] [Win] MouseCursor Editor: No longer displays the hotspot in the
  785.             wrong location.(Feedback ID: alaaqqyo)
  786.  
  787. [Fix] [Win] MouseCursor: Cursors dragged into the project now have
  788.             their hotspot set correcly on Windows, instead of having
  789.             the x and y axis flipped.(Feedback ID: pzeoyyqx)
  790.  
  791. [Fix] [IDE] Project Item Editor: No longer prematurely bails out when
  792.             dragging in a Win32 cursor file where the first entry in
  793.             the file isn\'t a 16x16 cursor.(Feedback ID: pshhjent)
  794.  
  795. [Afx] [IDE] Project Saving: Now saves properties default values
  796.             properly again.(Feedback IDs: hshrsice, qtjaktdt)
  797.  
  798. [Fix] [IDE] ProjectItem Editor: No longer allows folders to have a
  799.             blank name.(Feedback IDs: blykkujm, vmjrelrx)
  800.  
  801. [Fix] [Lin] PushButton: Typing Enter/Return in an single-line
  802.             Editfield, or typing Enter in a multi-line Editfield, now
  803.             triggers the default PushButton (consistent with other
  804.             platforms).(Feedback ID: vdxfnjgs)
  805.  
  806. [Fix] [All] RegExMatch: SubExpressionCount is now available in console
  807.             applications.(Feedback ID: linrbegp)
  808.  
  809. [Fix] [Lin] Shell: IsRunning property is now set properly(Feedback ID:
  810.             xcxkxoqf)
  811.  
  812. [Fix] [All] Shell: ShellNotAvailableException and
  813.             ShellNotRunningException are both available in console
  814.             applications.(Feedback ID: obxjjozh)
  815.  
  816. [Afx] [All] SSLSocket: The read me has been updated with new
  817.             information.(Feedback IDs: kyfapgsh, gdogrruh)
  818.  
  819. [Fix] [All] StringShape: Now scales even when the TextSize has been set
  820.             to 0.(Feedback IDs: filoyegl, htodzemt, yfumxqmk)
  821.  
  822. [New] [All] Threads: Added a Thread.Kill method.  Internally, this
  823.             method will cause your thread's stack to unwind,
  824.             destructors for local objects to be called, etc.  It's a
  825.             graceful exit which can cause code to execute.  It may also
  826.             cause context switches.(Feedback IDs: wohifzzk, tkxqxnvk)
  827.  
  828. [Fix] [All] Threads: No longer causes an infinite loop when you sleep a
  829.             thread while all other threads are suspended.(Feedback IDs:
  830.             ixzjrddj, biycfmqv)
  831.  
  832. [Fix] [All] Threads: Now cleanup gracefully when the application is
  833.             quit.  This means that object destructors will be called as
  834.             appropriate, even if you call Quit before terminating the
  835.             thread.(Feedback ID: apcljuji)
  836.  
  837. [Fix] [All] Variant.Hash: Now returns a unique value for objects and
  838.             integers; previously, different objects (or integers) might
  839.             hash to the same value.(Feedback IDs: loiuhvya, wzayvzpa)
  840.  
  841. [Fix] [IDE] Window Editor: Changing the font style of a control no
  842.             longer changes the font style of the control order
  843.             badge(Feedback ID: vbxnbjgs)
  844.  
  845. [Fix] [IDE] Window Editor: Using constants for button heights no longer
  846.             causes odd selection position in the IDE(Feedback IDs:
  847.             suyorybf, lxighdkk, begoynxd, frzekqtn)
  848.  
  849. [Mac] [Mac] Window: Now respects the MinimizeButton property on the Mac.
  850.  
  851. [Fix] [Win] Window: Now selects the proper default pushbutton when
  852.             initially opened inside of an MDI application.(Feedback
  853.             IDs: axrifidu, khvchlms)
  854.  
  855. [Fix] [IDE] XML Files: Now properly save the state of the menu shortcut
  856.             flags instead of saving them all under the AltModifier
  857.             flag.(Feedback IDs: nwyfmhui, jcisnaoo)
  858.             
  859.             
  860.             
  861. 2005 Release 5a1:
  862.  
  863. [New] [Mac] Apple Events: Intrinsic apple events, such as 'odoc',
  864.             'quit', 'pref', etc are now all passed to the
  865.             Application.HandleAppleEvent event first. If you return
  866.             true, the default behavior will no longer take place (for
  867.             example, if you return true from HandleAppleEvent for the
  868.             'odoc' event, the OpenDocument event will not fire).
  869.  
  870. [Fix] [All] Application Launch: No longer throw assertions when a class
  871.             which implements an interface which defines no methods is
  872.             instansiated.
  873.  
  874. [New] [All] Array.Sort: No longer generates a StackOverflowException on
  875.             very large, almost-sorted arrays.  Note that such
  876.             worst-case data can still cause Array.Sort to take a very
  877.             long time to finish, however.(Feedback IDs: dyknvqvu,
  878.             wmubxzhk)
  879.  
  880. [Fix] [Win] BevelButton: Now draw their icons as disabled when
  881.             appropriate.(Feedback ID: kbgbvtpm)
  882.  
  883. [Fix] [All] BevelButton: The List getter and setter now throws
  884.             OutOfBoundsExceptions when the row parameter is out of
  885.             bounds.(Feedback ID: snjtdydj)
  886.  
  887. [New] [IDE] Bookmarks Bar: You can now add a method or property to the
  888.             bookmarks bar via drag-and-drop (drag the item name from
  889.             the code browser up to the bookmarks bar).
  890.  
  891. [Fix] [IDE] Bookmarks: Opening a project via the Bookmarks menu no
  892.             longer opens an additional, unwanted window.(Feedback ID:
  893.             wpujphyb)
  894.  
  895. [Fix] [IDE] Building: Compiling for Linux on the Mac, no longer messes
  896.             up the version information (incorrect byte order).
  897.  
  898. [New] [All] Classes: Can now have Shared Methods and Shared Properties.
  899.             Shared Methods and Properties live in the class namespace
  900.             in the same way that Constants do. "Self" is not available
  901.             in shared methods or shared computed properties, and you
  902.             can not access instance methods or properties from within a
  903.             shared method, unless doing so via an instance (such as
  904.             foo.SomeProperty).(Feedback ID: gwxczsbs)
  905.  
  906. [Fix] [Win] Clipboard: Pictures from the clipboard now have a valid
  907.             Graphics object, mask, etc.(Feedback ID: kpoelibs)
  908.  
  909. [Fix] [IDE] Code Editor: Changing the declaration of an Event
  910.             Definition now updates any implementations of that event in
  911.             subclasses.(Feedback ID: kzmcikqw)
  912.  
  913. [Fix] [IDE] Code Editor: Constants can now be copied and pasted; they
  914.             can also be deleted via menus rather than the Delete key.
  915.  
  916. [Fix] [IDE] Code Editor: Horizontal scrollbar no longer stops short
  917.             when a method contains a long line, among enough other
  918.             lines to cause the vertical scrollbar to appear.
  919.  
  920. [Afx] [Win] Code Editor: Now supports Insert Mode in the code editor --
  921.             so when you hit the Insert key, it goes into the standard
  922.             type-over mode.(Feedback ID: dmxcbvyl)
  923.  
  924. [Afx] [IDE] Code Editor: Now visually matches parenthesis in the code
  925.             editor.(Feedback ID: jmappqre)
  926.  
  927. [New] [IDE] Code Editor: Parameters field now autocompletes "As" and
  928.             known datatypes.
  929.  
  930. [Afx] [IDE] Code Editor: The internal parser for doing syntax
  931.             highlighting now handles multi-character tokens (<>, <=,
  932.             >=) better.(Feedback ID: ptfzwpau)
  933.  
  934. [New] [IDE] Code Editor: You can now insert colors via a color picker
  935.             using the Insert Color contextual menu.(Feedback ID:
  936.             mdzfsueb)
  937.  
  938. [New] [IDE] Code Editor: "super-return" block closers (obtained by
  939.             pressing shift-Return or Enter) now match the case style
  940.             (uppercase, title case, or lowercase) of the block opener.
  941.  
  942. [Fix] [Win] ComboBox: Autocompleting ComboBoxes now get their GotFocus
  943.             event fired properly.
  944.  
  945. [Fix] [All] Compiler: Protected properties are no longer accessible in
  946.             classes that derive from the same parent class unless the
  947.             parent class declares it.(Feedback ID: wlzmgbza)
  948.  
  949. [Fix] [All] Compiler: Return type covariance now works if the
  950.             superclass' return type is "Object", and the subclass' type
  951.             is any type of object, including an interface.
  952.  
  953. [Opt] [All] Compiler: Subsequent runs of an application take slightly
  954.             less time to run. This change makes compiling with many
  955.             plugins closer to the speed that it would take without any
  956.             plugins.
  957.  
  958. [Fix] [All] Compiler: When a class inherits from two other classes, and
  959.             both parent classes have the same interface in the
  960.             Interfaces list, there is no longer a failed
  961.             assertion.(Feedback ID: niwpomaf)
  962.  
  963. [New] [All] Compiler: #if statements can now be one-line statements.
  964.             The "Then" statement is required. E.g.
  965.             
  966.             #if TargetCarbon then MsgBox "I'm on Carbon!"(Feedback ID:
  967.             vkfahabz)
  968.  
  969. [Fix] [All] Computed Properties: Now allows an exception and finally
  970.             block. It always allowed try/catch blocks, but an exception
  971.             block for the body of the accessor previously caused a
  972.             compiler error.(Feedback IDs: kwgucytz, gjwdlshi)
  973.  
  974. [Fix] [IDE] Database editor: Database column attributes are no longer
  975.             lost when sorting the columns(Feedback ID: zuerlkdf)
  976.  
  977. [Afx] [IDE] Debugger: No longer throws an OutOfBoundsException when
  978.             viewing a nil Variant.(Feedback IDs: zglowbji, ycvjpjyn)
  979.  
  980. [Fix] [IDE] Debugger: The picture viewer's contents pane now displays
  981.             images properly on Windows and Linux.  Was also slightly
  982.             optimized.
  983.  
  984. [New] [All] DecodeQuotedPrintable: Now decodes input where hex values
  985.             are represented in lowercase.  (Despite the requirement in
  986.             RFC 1521 that the hex codes always be uppercase, it is
  987.             common to find them in lowercase in such things as email
  988.             messages, and DecodeQuotedPrintable can now decode these
  989.             anyway.)
  990.  
  991. [All] [All] Drag & Drop: Add new drag events for all RectControls and
  992.             Window
  993.             DragEnter( obj As DragItem ) As Boolean
  994.               - This event is triggered when the drag enters the
  995.             control or window.  Returning true in this function will
  996.             prevent drop from occurring.
  997.             DragExit( obj As DragItem )
  998.               - This event is triggered when the drag leaves the
  999.             control or window.
  1000.             DragOver( x As Integer, y As Integer, obj As DragItem ) As
  1001.             Boolean
  1002.              - This event is triggered when the drag is over the
  1003.             control or window.  x,y are mouse coordinates relative to
  1004.             the control.  Returning true prevents drop from occurring.
  1005.  
  1006. [Fix] [Win] Drag & Drop: Dragging a picture from an RB app to another
  1007.             app now works, and vice versa.
  1008.  
  1009. [Fix] [Win] Drag & Drop: Dragging a picture from your RB app to another
  1010.             app now works, and vice versa.(Feedback IDs: qyqpkpjy,
  1011.             xhmdsapg)
  1012.  
  1013. [New] [Mac] Drag & Drop: Now supports promised files.  To enable this
  1014.             advanced feature, call AcceptRawDataDrop with "phfs" as the
  1015.             data type.  Then, when a drag from an application that
  1016.             sends file promises is dropped on your app, you will find a
  1017.             FolderItem in the drag item (usually, this will point to
  1018.             something in the TemporaryItems folder, and you should
  1019.             delete this file when you're done with it).
  1020.  
  1021. [Chg] [Win] EditField: Are now drawn theme-savvy under the following
  1022.             cirumstances:
  1023.             
  1024.             The border property is set to true.  Multiline is set to
  1025.             false.  Multiline is set to true, but the Scrollbar*
  1026.             properties are set to false.
  1027.  
  1028. [Fix] [Mac] EditField: No longer generates an assertion failure if you
  1029.             assign a text whose encoding is not one supported by the
  1030.             OS, and whose length is an odd number of bytes.
  1031.  
  1032. [Fix] [Win] EditField: Now honors LimitText when assigning text
  1033.             directly (instead of via user input).(Feedback ID: ipeqsidx)
  1034.  
  1035. [Fix] [Mac] EditField.AppendText: Now properly remains scrolled to the
  1036.             bottom even when the font is set to SmallSystem.
  1037.  
  1038. [Fix] [Mac] EditField.CharPosAtXY: Now returns a correct result when
  1039.             given a pixel position beyond the right end of the line, on
  1040.             the last line of text.
  1041.  
  1042. [Fix] [Mac] EditField.CharPosAtXY: Now returns correct results for
  1043.             pixel positions just below the baseline in a small font
  1044.             such as SmallSystem.
  1045.  
  1046. [New] [IDE] Find & Replace: Now supports RegEx replacement.  In your
  1047.             Replace With string, use \1 to indicate the first
  1048.             subexpression (in parentheses in your search string), \2
  1049.             for the second, etc.  Also use \0 to indicate the whole
  1050.             matched text, and \ for a plain backslash.(Feedback ID:
  1051.             kokocent)
  1052.  
  1053. [Fix] [Lnx] Floating Windows: Now float above other document windows
  1054.  
  1055. [Afx] [Win] FolderItem Dialogs: Now defaults to the My Documents
  1056.             directory if you do not specify an initial directory
  1057.             property.(Feedback ID: eltatmej)
  1058.  
  1059. [Chg] [Mac] FolderItem.AbsolutePath: Now returns a full Unicode path,
  1060.             roughly equivalent to what you would get by walking the
  1061.             \\"Parent\\" list and concatenating the Name properties
  1062.             together.
  1063.  
  1064. [Fix] [Win] GameInputDevice: Now supports hat switches and other POV
  1065.             elements.(Feedback ID: blkvdlbx)
  1066.  
  1067. [New] [All] Language: Integer variables are now available in a range of
  1068.             sizes, using both signed and unsigned forms. New type names
  1069.             are Int8, Int16, Int32, UInt8, UInt16, and UInt32, plus
  1070.             Byte (as an alias for UInt8). Integer is now defined as an
  1071.             alias for a signed integer of the target architecture\'s
  1072.             word size, which on all current targets equals Int32. 
  1073.  
  1074. [Chg] [All] Language: Negative step values now cause a For loop to
  1075.             iterate backwards, instead of aborting instantly. This is
  1076.             more consistent with the way other dialects of Basic work.
  1077.             (The DownTo option is still supported, since it can improve
  1078.             readability, but now it simply reverses the sign of the
  1079.             step value.)(Feedback ID: uxilkzbk)
  1080.  
  1081. [New] [IDE] Location field: Now accepts \\"App\\" as a reference to
  1082.             your blessed Application subclass, even if that is not
  1083.             literally named \\"App.\\"
  1084.  
  1085. [Afx] [Lnx] Movie: No longer throws a failed assertion when attempting
  1086.             to get a movie from a resource on Linux.  Now the movie
  1087.             returned is nil.
  1088.  
  1089. [New] [IDE] Printing: Source code printouts now use emphasis for
  1090.             headers, and prefix method names with the class or window
  1091.             name.(Feedback ID: ulsrusey)
  1092.  
  1093. [Fix] [Lnx] Printing: Starting a new page now clears the page properly
  1094.  
  1095. [Afx] [IDE] Project Item Editor: No longer allowed to name items in the
  1096.             project item editor which start with an _.  Now displaying
  1097.             an error when you try to do so.(Feedback IDs: oyuctoeu,
  1098.             jxjlrujq)
  1099.  
  1100. [Afx] [IDE] ProjectItem Editor: Can no longer falsely encrypt items in
  1101.             the project item editor.(Feedback ID: kshqvykd)
  1102.  
  1103. [New] [IDE] Project: You can now drop WMV/ASF movie files into your
  1104.             project and play them using the MoviePlayer (Windows
  1105.             only).(Feedback ID: lywpnpsq)
  1106.  
  1107. [Fix] [Win] PushButton: Now honors the default property when the button
  1108.             is opened on a modal dialog and the button is not the first
  1109.             control in the control order.(Feedback ID: dwgtvfhx)
  1110.  
  1111. [Fix] [Win] PushButton, CheckBox, RadioButto: Now get the focus
  1112.             properly when using a keyboard mnemonic to trigger their
  1113.             action event.
  1114.  
  1115. [Fix] [Lnx] Screen: AvailableLeft, AvailableTop, AvailableWidth, and
  1116.             AvailableHeight, now properly accounts for the task bar.
  1117.  
  1118. [Fix] [Win] Screen: AvailableTop, AvailableLeft, AvailableWidth and
  1119.             AvailableHeight now work properly when querying the
  1120.             non-primary monitor.
  1121.  
  1122. [Afx] [IDE] Search Results: No longer displays highlighted text as
  1123.             black on Windows when selecting multiple search
  1124.             results.(Feedback ID: xyziqdkl)
  1125.  
  1126. [New] [All] SSLSocket: The SSL Socket has been rewritten.  Please
  1127.             see Read Me for further details.
  1128.  
  1129. [Opt] [All] Trim, LTrim, and RTrim: Now operate more efficiently when
  1130.             given a string whose encoding is defined as ASCII, or with
  1131.             undefined encoding.
  1132.  
  1133. [Fix] [IDE] Window Editor: Checking keyboard mnemonics will now always
  1134.             report a positive result, instead of only reporting in
  1135.             certain circumstances.(Feedback ID: aktxdece)
  1136.  
  1137. [Fix] [IDE] Window Menu: Windows beyond the 9th one no longer get
  1138.             keyboard shortcuts.(Feedback ID: brgjhukn)
  1139.  
  1140. [Fix] [Win] Window: A moveable modal dialog now has its system menu
  1141.             items properly reflecting the state of the buttons on the
  1142.             caption bar.(Feedback ID: imkxvcgb)
  1143.  
  1144. [Fix] [Win] Window: Now honors the CloseButton property when
  1145.             MinimizeButton is set to true.(Feedback ID: zzpiyxcb)
  1146.  
  1147. [Fix] [Win] Window: Now picks the proper default PushButton, even when
  1148.             the button is on a tab panel.  As an extra-added bonus fix,
  1149.             it also picks the proper default button when a button\'s
  1150.             visibility has changed and when a CheckBox or RadioButton
  1151.             has focus.(Feedback ID: sqnwqbdh)
  1152.  
  1153. [Chg] [IDE] XML Export: Now uses Unix line endings on OS X, to be
  1154.             consistent with most other XML files, and compatible with
  1155.             command-line tools such as diff and svn.